NodeParamDisconnectedEvent

data class NodeParamDisconnectedEvent(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double?) : Event

Notifies that an AudioNode is disconnected to an AudioParam.

Constructors

NodeParamDisconnectedEvent
Link copied to clipboard
fun NodeParamDisconnectedEvent(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double? = null)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

contextId
Link copied to clipboard
val contextId: GraphObjectId
destinationId
Link copied to clipboard
val destinationId: GraphObjectId
sourceId
Link copied to clipboard
val sourceId: GraphObjectId
sourceOutputIndex
Link copied to clipboard
val sourceOutputIndex: Double? = null

Sources

jvm source
Link copied to clipboard